You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > Concat Method > VectorInt.Concat Method (int, [In] TVecInt[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.Concat Method (int, [In] TVecInt[])

Copies the contents of all TVecInt objects from the Src array to the calling vector elements, starting with at Index.

Syntax
C#
Visual Basic
public TVecInt Concat(int Index, [In] TVecInt[] Src);

The Length and TMtxVec.Complex properties of the calling vector must be set explicitly. An exception is raised, if Complex properties of TVecInt objects do not match or if the sum of Length's exceeds the Length property of the calling object.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!